﻿2026-06-20T03:13:29.0479359Z ##[group]Run set -euo pipefail
2026-06-20T03:13:29.0480169Z [36;1mset -euo pipefail[0m
2026-06-20T03:13:29.0480824Z [36;1mPIN=0c95435[0m
2026-06-20T03:13:29.0481463Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-20T03:13:29.0482260Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-20T03:13:29.0483355Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-20T03:13:29.0484805Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-20T03:13:29.0486251Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-20T03:13:29.0487401Z [36;1m  rm -rf "$CACHE"[0m
2026-06-20T03:13:29.0501637Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-20T03:13:29.0502631Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-20T03:13:29.0503748Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-20T03:13:29.0504904Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-20T03:13:29.0505734Z [36;1mfi[0m
2026-06-20T03:13:29.0506660Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-20T03:13:29.0522011Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-20T03:13:29.0522934Z env:
2026-06-20T03:13:29.0523499Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-20T03:13:29.0524239Z ##[endgroup]
2026-06-20T03:13:29.1039797Z     Updating crates.io index
2026-06-20T03:13:29.3911860Z    Compiling proc-macro2 v1.0.106
2026-06-20T03:13:29.3913134Z    Compiling quote v1.0.45
2026-06-20T03:13:29.3913958Z    Compiling unicode-ident v1.0.24
2026-06-20T03:13:29.3914787Z    Compiling libc v0.2.186
2026-06-20T03:13:29.3916080Z    Compiling serde_core v1.0.228
2026-06-20T03:13:29.3916967Z    Compiling cfg-if v1.0.4
2026-06-20T03:13:29.3955517Z    Compiling serde v1.0.228
2026-06-20T03:13:29.3981411Z    Compiling log v0.4.32
2026-06-20T03:13:29.4018674Z    Compiling pin-project-lite v0.2.17
2026-06-20T03:13:29.4038583Z    Compiling typenum v1.20.1
2026-06-20T03:13:29.4074535Z    Compiling portable-atomic v1.13.1
2026-06-20T03:13:29.4111960Z    Compiling memchr v2.8.1
2026-06-20T03:13:29.4149511Z    Compiling version_check v0.9.5
2026-06-20T03:13:29.4223089Z    Compiling critical-section v1.2.0
2026-06-20T03:13:29.4279235Z    Compiling shlex v2.0.1
2026-06-20T03:13:29.4553210Z    Compiling find-msvc-tools v0.1.9
2026-06-20T03:13:29.4764829Z    Compiling futures-core v0.3.32
2026-06-20T03:13:29.4879171Z    Compiling bytes v1.11.1
2026-06-20T03:13:29.5646463Z    Compiling subtle v2.6.1
2026-06-20T03:13:29.6355402Z    Compiling equivalent v1.0.2
2026-06-20T03:13:29.6635077Z    Compiling smallvec v1.15.1
2026-06-20T03:13:29.6889929Z    Compiling itoa v1.0.18
2026-06-20T03:13:29.7091394Z    Compiling semver v1.0.28
2026-06-20T03:13:29.7261991Z    Compiling stable_deref_trait v1.2.1
2026-06-20T03:13:29.7714547Z    Compiling futures-io v0.3.32
2026-06-20T03:13:29.7902598Z    Compiling slab v0.4.12
2026-06-20T03:13:29.8001843Z    Compiling futures-sink v0.3.32
2026-06-20T03:13:29.8389289Z    Compiling generic-array v0.14.7
2026-06-20T03:13:29.8543600Z    Compiling futures-task v0.3.32
2026-06-20T03:13:29.9042088Z    Compiling futures-channel v0.3.32
2026-06-20T03:13:29.9141580Z    Compiling bitflags v2.12.1
2026-06-20T03:13:29.9271830Z    Compiling rustversion v1.0.22
2026-06-20T03:13:29.9402158Z    Compiling hashbrown v0.17.1
2026-06-20T03:13:29.9922835Z    Compiling rustc_version v0.4.1
2026-06-20T03:13:30.0271212Z    Compiling cpufeatures v0.2.17
2026-06-20T03:13:30.0410740Z    Compiling fnv v1.0.7
2026-06-20T03:13:30.0887932Z    Compiling rand_core v0.10.1
2026-06-20T03:13:30.1041029Z    Compiling cfg_aliases v0.2.1
2026-06-20T03:13:30.1201487Z    Compiling strsim v0.11.1
2026-06-20T03:13:30.1397311Z    Compiling writeable v0.6.3
2026-06-20T03:13:30.1668359Z    Compiling litemap v0.8.2
2026-06-20T03:13:30.1831195Z    Compiling getrandom v0.4.2
2026-06-20T03:13:30.2431168Z    Compiling utf8_iter v1.0.4
2026-06-20T03:13:30.3271039Z    Compiling ident_case v1.0.1
2026-06-20T03:13:30.3775015Z    Compiling icu_normalizer_data v2.2.0
2026-06-20T03:13:30.4017019Z    Compiling dunce v1.0.5
2026-06-20T03:13:30.4045665Z    Compiling fs_extra v1.3.0
2026-06-20T03:13:30.4196466Z    Compiling icu_properties_data v2.2.0
2026-06-20T03:13:30.4280657Z    Compiling percent-encoding v2.3.2
2026-06-20T03:13:30.4621066Z    Compiling autocfg v1.5.1
2026-06-20T03:13:30.4939494Z    Compiling http v1.4.1
2026-06-20T03:13:30.6290640Z    Compiling aws-lc-rs v1.17.0
2026-06-20T03:13:30.6330949Z    Compiling unicode-segmentation v1.13.3
2026-06-20T03:13:30.6480443Z    Compiling syn v2.0.117
2026-06-20T03:13:30.7302976Z    Compiling cpufeatures v0.3.0
2026-06-20T03:13:30.7613908Z    Compiling thiserror v2.0.18
2026-06-20T03:13:30.7920248Z    Compiling scopeguard v1.2.0
2026-06-20T03:13:30.8039678Z    Compiling chacha20 v0.10.0
2026-06-20T03:13:30.8108041Z    Compiling indexmap v2.14.0
2026-06-20T03:13:30.9091540Z    Compiling lock_api v0.4.14
2026-06-20T03:13:30.9161693Z    Compiling form_urlencoded v1.2.2
2026-06-20T03:13:30.9254762Z    Compiling untrusted v0.9.0
2026-06-20T03:13:31.0184918Z    Compiling heck v0.5.0
2026-06-20T03:13:31.0264143Z    Compiling rustls v0.23.40
2026-06-20T03:13:31.0871152Z    Compiling atomic-waker v1.1.2
2026-06-20T03:13:31.0948043Z    Compiling unicode-xid v0.2.6
2026-06-20T03:13:31.1317918Z    Compiling const-oid v0.10.2
2026-06-20T03:13:31.1401951Z    Compiling anyhow v1.0.102
2026-06-20T03:13:31.1421524Z    Compiling paste v1.0.15
2026-06-20T03:13:31.1870719Z    Compiling convert_case v0.10.0
2026-06-20T03:13:31.2011010Z    Compiling zerocopy v0.8.50
2026-06-20T03:13:31.2107335Z    Compiling jobserver v0.1.34
2026-06-20T03:13:31.2186607Z    Compiling httparse v1.10.1
2026-06-20T03:13:31.2731004Z    Compiling parking_lot_core v0.9.12
2026-06-20T03:13:31.2993882Z    Compiling num-traits v0.2.19
2026-06-20T03:13:31.3349204Z    Compiling hybrid-array v0.4.12
2026-06-20T03:13:31.3600822Z    Compiling curve25519-dalek v4.1.3
2026-06-20T03:13:31.4748097Z    Compiling cc v1.2.63
2026-06-20T03:13:31.4758130Z    Compiling ahash v0.8.12
2026-06-20T03:13:31.5450817Z    Compiling base64ct v1.8.3
2026-06-20T03:13:31.5610742Z    Compiling either v1.16.0
2026-06-20T03:13:31.5780742Z    Compiling powerfmt v0.2.0
2026-06-20T03:13:31.5947245Z    Compiling crypto-common v0.1.7
2026-06-20T03:13:31.6020970Z    Compiling block-buffer v0.10.4
2026-06-20T03:13:31.6370722Z    Compiling http-body v1.0.1
2026-06-20T03:13:31.6890942Z    Compiling fastrand v2.4.1
2026-06-20T03:13:31.7270796Z    Compiling digest v0.10.7
2026-06-20T03:13:31.7420868Z    Compiling deranged v0.5.8
2026-06-20T03:13:31.7977679Z    Compiling pem-rfc7468 v1.0.0
2026-06-20T03:13:31.9043744Z    Compiling num-conv v0.2.2
2026-06-20T03:13:31.9480496Z    Compiling zmij v1.0.21
2026-06-20T03:13:31.9940695Z    Compiling mio v1.2.1
2026-06-20T03:13:32.0160798Z    Compiling socket2 v0.6.4
2026-06-20T03:13:32.0554789Z    Compiling getrandom v0.2.17
2026-06-20T03:13:32.2040573Z    Compiling rand_core v0.6.4
2026-06-20T03:13:32.2220779Z    Compiling time-core v0.1.8
2026-06-20T03:13:32.2290401Z    Compiling tower-service v0.3.3
2026-06-20T03:13:32.2800611Z    Compiling rand v0.10.1
2026-06-20T03:13:32.2975351Z    Compiling vcpkg v0.2.15
2026-06-20T03:13:32.3100848Z    Compiling tinyvec_macros v0.1.1
2026-06-20T03:13:32.3280964Z    Compiling pkg-config v0.3.33
2026-06-20T03:13:32.3420950Z    Compiling data-encoding v2.11.0
2026-06-20T03:13:32.3730579Z    Compiling base64 v0.22.1
2026-06-20T03:13:32.4060542Z    Compiling try-lock v0.2.5
2026-06-20T03:13:32.4220392Z    Compiling tinyvec v1.11.0
2026-06-20T03:13:32.4360557Z    Compiling parking_lot v0.12.5
2026-06-20T03:13:32.4970477Z    Compiling want v0.3.1
2026-06-20T03:13:32.5025680Z    Compiling crypto-common v0.2.2
2026-06-20T03:13:32.7030524Z    Compiling block-buffer v0.12.0
2026-06-20T03:13:32.8500088Z    Compiling cmake v0.1.58
2026-06-20T03:13:32.8589180Z    Compiling sha2 v0.10.9
2026-06-20T03:13:32.8720613Z    Compiling inout v0.1.4
2026-06-20T03:13:32.9130629Z    Compiling vergen-lib v9.1.0
2026-06-20T03:13:32.9826985Z    Compiling n0-future v0.3.2
2026-06-20T03:13:33.0310318Z    Compiling signature v2.2.0
2026-06-20T03:13:33.0441269Z    Compiling diatomic-waker v0.2.3
2026-06-20T03:13:33.1500459Z    Compiling httpdate v1.0.3
2026-06-20T03:13:33.1591309Z    Compiling spin v0.10.0
2026-06-20T03:13:33.2020735Z    Compiling winnow v1.0.3
2026-06-20T03:13:33.2151335Z    Compiling serde_json v1.0.150
2026-06-20T03:13:33.2184959Z    Compiling crossbeam-utils v0.8.21
2026-06-20T03:13:33.2185931Z    Compiling parking v2.2.1
2026-06-20T03:13:33.2410592Z    Compiling cordyceps v0.3.4
2026-06-20T03:13:33.2992159Z    Compiling ed25519 v2.2.3
2026-06-20T03:13:33.3082667Z    Compiling cipher v0.4.4
2026-06-20T03:13:33.3720629Z    Compiling futures-lite v2.6.1
2026-06-20T03:13:33.4250531Z    Compiling netlink-packet-core v0.8.1
2026-06-20T03:13:33.4532540Z    Compiling universal-hash v0.5.1
2026-06-20T03:13:33.4693199Z    Compiling vergen v9.1.0
2026-06-20T03:13:33.5210473Z    Compiling digest v0.11.3
2026-06-20T03:13:33.5537531Z    Compiling vergen-lib v0.1.6
2026-06-20T03:13:33.5790658Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-20T03:13:33.5830547Z    Compiling heapless v0.7.17
2026-06-20T03:13:33.6110271Z    Compiling futures-buffered v0.2.13
2026-06-20T03:13:33.6340543Z    Compiling noq-udp v0.10.0
2026-06-20T03:13:33.6622918Z    Compiling sync_wrapper v1.0.2
2026-06-20T03:13:33.7082767Z    Compiling byteorder v1.5.0
2026-06-20T03:13:33.7663117Z    Compiling opaque-debug v0.3.1
2026-06-20T03:13:33.7857241Z    Compiling allocator-api2 v0.2.21
2026-06-20T03:13:33.7930830Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-20T03:13:33.8276448Z    Compiling polyval v0.6.2
2026-06-20T03:13:33.8917501Z    Compiling spin v0.9.8
2026-06-20T03:13:33.9080623Z    Compiling hash32 v0.2.1
2026-06-20T03:13:33.9330544Z    Compiling vergen-gitcl v1.0.8
2026-06-20T03:13:33.9690346Z    Compiling aws-lc-sys v0.41.0
2026-06-20T03:13:33.9810347Z    Compiling ring v0.17.14
2026-06-20T03:13:34.0563693Z    Compiling libsqlite3-sys v0.30.1
2026-06-20T03:13:34.1080668Z    Compiling fallible-iterator v0.3.0
2026-06-20T03:13:34.1351553Z    Compiling num_threads v0.1.7
2026-06-20T03:13:34.1450507Z    Compiling tower-layer v0.3.3
2026-06-20T03:13:34.1512012Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-20T03:13:34.1570495Z    Compiling ryu v1.0.23
2026-06-20T03:13:34.2665501Z    Compiling signature v3.0.0
2026-06-20T03:13:34.2743238Z    Compiling time v0.3.47
2026-06-20T03:13:34.3170494Z    Compiling ghash v0.5.1
2026-06-20T03:13:34.3390462Z    Compiling sha2 v0.11.0-rc.5
2026-06-20T03:13:34.3790469Z    Compiling aes v0.8.4
2026-06-20T03:13:34.4000572Z    Compiling ctr v0.9.2
2026-06-20T03:13:34.4120931Z    Compiling fs2 v0.4.3
2026-06-20T03:13:34.4621350Z    Compiling http-body-util v0.1.3
2026-06-20T03:13:34.5553716Z    Compiling aead v0.5.2
2026-06-20T03:13:34.5880836Z    Compiling openssl-probe v0.2.1
2026-06-20T03:13:34.6060402Z    Compiling crossbeam-epoch v0.9.18
2026-06-20T03:13:34.6400622Z    Compiling crossbeam-channel v0.5.15
2026-06-20T03:13:34.6877246Z    Compiling blake3 v1.8.5
2026-06-20T03:13:34.8000605Z    Compiling netlink-packet-route v0.29.0
2026-06-20T03:13:34.8195183Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-20T03:13:34.9654318Z    Compiling aes-gcm v0.10.3
2026-06-20T03:13:35.0038437Z    Compiling uuid v1.23.2
2026-06-20T03:13:35.0559492Z    Compiling memoffset v0.6.5
2026-06-20T03:13:35.1401939Z    Compiling acto v0.8.2
2026-06-20T03:13:35.1730764Z    Compiling noq v0.18.0
2026-06-20T03:13:35.1807101Z    Compiling netwatch v0.16.0
2026-06-20T03:13:35.2419643Z    Compiling mac-addr v0.3.0
2026-06-20T03:13:35.3470757Z    Compiling rustc-hash v2.1.2
2026-06-20T03:13:35.3991671Z    Compiling ref-cast v1.0.25
2026-06-20T03:13:35.4224960Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-20T03:13:35.4440795Z    Compiling lru-slab v0.1.2
2026-06-20T03:13:35.4489375Z    Compiling identity-hash v0.1.0
2026-06-20T03:13:35.4910680Z    Compiling sorted-index-buffer v0.2.1
2026-06-20T03:13:35.5520740Z    Compiling thiserror v1.0.69
2026-06-20T03:13:35.5647783Z    Compiling rustix v1.1.4
2026-06-20T03:13:35.5980448Z    Compiling tagptr v0.2.0
2026-06-20T03:13:35.6512717Z    Compiling synstructure v0.13.2
2026-06-20T03:13:35.6830263Z    Compiling darling_core v0.20.11
2026-06-20T03:13:35.7154278Z    Compiling foldhash v0.2.0
2026-06-20T03:13:35.7432365Z    Compiling xml-rs v0.8.28
2026-06-20T03:13:35.8901055Z    Compiling hashbrown v0.16.1
2026-06-20T03:13:35.9244991Z    Compiling serde_derive_internals v0.29.1
2026-06-20T03:13:36.0826043Z    Compiling netlink-packet-route v0.30.0
2026-06-20T03:13:36.3853519Z    Compiling proc-macro-crate v3.5.0
2026-06-20T03:13:36.6460684Z    Compiling xmltree v0.10.3
2026-06-20T03:13:36.7041907Z    Compiling ioctl-rs v0.1.6
2026-06-20T03:13:36.7799311Z    Compiling serial-core v0.4.0
2026-06-20T03:13:36.7877975Z    Compiling termios v0.2.2
2026-06-20T03:13:36.8135118Z    Compiling errno v0.3.14
2026-06-20T03:13:36.8500710Z    Compiling aho-corasick v1.1.4
2026-06-20T03:13:36.8663739Z    Compiling simple-dns v0.9.3
2026-06-20T03:13:36.9209587Z    Compiling linux-raw-sys v0.12.1
2026-06-20T03:13:36.9431600Z    Compiling regex-syntax v0.8.10
2026-06-20T03:13:36.9780591Z    Compiling resolv-conf v0.7.6
2026-06-20T03:13:36.9824139Z    Compiling arrayref v0.3.9
2026-06-20T03:13:36.9933620Z    Compiling smol_str v0.1.24
2026-06-20T03:13:37.0460687Z    Compiling signal-hook v0.3.18
2026-06-20T03:13:37.0641276Z    Compiling toml_write v0.1.2
2026-06-20T03:13:37.2450632Z    Compiling simdutf8 v0.1.5
2026-06-20T03:13:37.2670766Z    Compiling winnow v0.7.15
2026-06-20T03:13:37.3040880Z    Compiling sha1_smol v1.0.1
2026-06-20T03:13:37.4290441Z    Compiling arrayvec v0.7.6
2026-06-20T03:13:37.5180836Z    Compiling constant_time_eq v0.4.2
2026-06-20T03:13:37.5510607Z    Compiling signal-hook-registry v1.4.8
2026-06-20T03:13:37.5570797Z    Compiling serial-unix v0.4.0
2026-06-20T03:13:37.6840456Z    Compiling lru v0.16.4
2026-06-20T03:13:37.7929256Z    Compiling serde_derive v1.0.228
2026-06-20T03:13:37.8170784Z    Compiling zeroize_derive v1.4.3
2026-06-20T03:13:37.8780563Z    Compiling tokio-macros v2.7.0
2026-06-20T03:13:37.8890520Z    Compiling zerofrom-derive v0.1.7
2026-06-20T03:13:38.3373087Z    Compiling futures-macro v0.3.32
2026-06-20T03:13:38.4446041Z    Compiling zeroize v1.8.2
2026-06-20T03:13:38.6400368Z    Compiling tokio v1.52.3
2026-06-20T03:13:38.6457017Z    Compiling yoke-derive v0.8.2
2026-06-20T03:13:38.9330138Z    Compiling zerovec-derive v0.11.3
2026-06-20T03:13:39.2140347Z    Compiling futures-util v0.3.32
2026-06-20T03:13:39.3210404Z    Compiling zerofrom v0.1.8
2026-06-20T03:13:39.4611343Z    Compiling displaydoc v0.2.6
2026-06-20T03:13:39.5927629Z    Compiling tracing-attributes v0.1.31
2026-06-20T03:13:39.6820853Z    Compiling rustls-pki-types v1.14.1
2026-06-20T03:13:39.9054987Z    Compiling thiserror-impl v2.0.18
2026-06-20T03:13:40.1110579Z    Compiling yoke v0.8.3
2026-06-20T03:13:40.3189748Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-20T03:13:40.3500984Z    Compiling zerotrie v0.2.4
2026-06-20T03:13:40.4028409Z    Compiling zerovec v0.11.6
2026-06-20T03:13:40.6070580Z    Compiling darling_macro v0.20.11
2026-06-20T03:13:40.7811115Z    Compiling derive_more-impl v2.1.1
2026-06-20T03:13:40.9730769Z    Compiling darling v0.20.11
2026-06-20T03:13:40.9823324Z    Compiling spez v0.1.2
2026-06-20T03:13:41.0350506Z    Compiling derive_builder_core v0.20.2
2026-06-20T03:13:41.1212467Z    Compiling tinystr v0.8.3
2026-06-20T03:13:41.1380573Z    Compiling potential_utf v0.1.5
2026-06-20T03:13:41.3141472Z    Compiling icu_collections v2.2.0
2026-06-20T03:13:41.3837323Z    Compiling icu_locale_core v2.2.0
2026-06-20T03:13:41.3944507Z    Compiling n0-error-macros v0.1.3
2026-06-20T03:13:41.4278485Z    Compiling der v0.8.0-rc.10
2026-06-20T03:13:41.9100755Z    Compiling pin-project-internal v1.1.13
2026-06-20T03:13:42.1520978Z    Compiling cobs v0.3.0
2026-06-20T03:13:42.4013191Z    Compiling postcard-derive v0.2.2
2026-06-20T03:13:42.4627891Z    Compiling derive_builder_macro v0.20.2
2026-06-20T03:13:42.5208535Z    Compiling icu_provider v2.2.0
2026-06-20T03:13:42.7870467Z    Compiling derive_builder v0.20.2
2026-06-20T03:13:42.9000225Z    Compiling n0-error v0.1.3
2026-06-20T03:13:42.9800696Z    Compiling icu_normalizer v2.2.0
2026-06-20T03:13:43.0390651Z    Compiling icu_properties v2.2.0
2026-06-20T03:13:43.1335084Z    Compiling spki v0.8.0-rc.4
2026-06-20T03:13:43.2891804Z    Compiling ipnet v2.12.0
2026-06-20T03:13:43.3486955Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-20T03:13:43.3569616Z    Compiling futures-executor v0.3.32
2026-06-20T03:13:43.3651071Z    Compiling pin-project v1.1.13
2026-06-20T03:13:43.4413037Z    Compiling ed25519-dalek v2.2.0
2026-06-20T03:13:43.5080407Z    Compiling futures v0.3.32
2026-06-20T03:13:43.5106601Z    Compiling ed25519 v3.0.0-rc.4
2026-06-20T03:13:43.7520588Z    Compiling prefix-trie v0.8.4
2026-06-20T03:13:43.7877370Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-20T03:13:43.9290701Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-20T03:13:44.1943473Z    Compiling once_cell v1.21.4
2026-06-20T03:13:44.2060910Z    Compiling rustls-native-certs v0.8.4
2026-06-20T03:13:44.2130874Z    Compiling num_enum_derive v0.7.6
2026-06-20T03:13:44.2617577Z    Compiling postcard v1.1.3
2026-06-20T03:13:44.3580562Z    Compiling data-encoding-macro v0.1.20
2026-06-20T03:13:44.4150733Z    Compiling tracing-core v0.1.36
2026-06-20T03:13:44.4361646Z    Compiling idna_adapter v1.2.2
2026-06-20T03:13:44.5692572Z    Compiling idna v1.1.0
2026-06-20T03:13:44.6780629Z    Compiling strum_macros v0.28.0
2026-06-20T03:13:44.6880768Z    Compiling iroh-metrics-derive v0.4.1
2026-06-20T03:13:44.8014697Z    Compiling hashbrown v0.14.5
2026-06-20T03:13:44.8178234Z    Compiling enum-assoc v1.3.0
2026-06-20T03:13:44.9011459Z    Compiling tokio-util v0.7.18
2026-06-20T03:13:45.1250560Z    Compiling tracing v0.1.44
2026-06-20T03:13:45.1430846Z    Compiling url v2.5.8
2026-06-20T03:13:45.2962411Z    Compiling netlink-sys v0.8.8
2026-06-20T03:13:45.4300423Z    Compiling derive_more v2.1.1
2026-06-20T03:13:45.4595909Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-20T03:13:45.4990789Z    Compiling tower v0.5.3
2026-06-20T03:13:45.6292071Z    Compiling hashlink v0.9.1
2026-06-20T03:13:45.6293064Z    Compiling async-trait v0.1.89
2026-06-20T03:13:45.6438590Z    Compiling netlink-proto v0.12.0
2026-06-20T03:13:45.6515096Z    Compiling netdev v0.42.0
2026-06-20T03:13:45.6575276Z    Compiling num_enum v0.7.6
2026-06-20T03:13:45.6803620Z    Compiling iroh-metrics v0.38.3
2026-06-20T03:13:45.7680741Z    Compiling iroh-relay v0.98.0
2026-06-20T03:13:45.8189684Z    Compiling moka v0.12.15
2026-06-20T03:13:45.8750729Z    Compiling toml_datetime v0.6.11
2026-06-20T03:13:45.9276482Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-20T03:13:46.0750604Z    Compiling h2 v0.4.14
2026-06-20T03:13:46.1410634Z    Compiling rusqlite v0.32.1
2026-06-20T03:13:46.1479800Z    Compiling tower-http v0.6.11
2026-06-20T03:13:46.1991151Z    Compiling tokio-stream v0.1.18
2026-06-20T03:13:46.2510744Z    Compiling n0-watcher v0.6.1
2026-06-20T03:13:46.4383995Z    Compiling attohttpc v0.30.1
2026-06-20T03:13:46.5360770Z    Compiling iroh-base v0.98.0
2026-06-20T03:13:46.5430667Z    Compiling serde_spanned v0.6.9
2026-06-20T03:13:46.6600645Z    Compiling ref-cast-impl v1.0.25
2026-06-20T03:13:46.6995295Z    Compiling thiserror-impl v1.0.69
2026-06-20T03:13:46.7560715Z    Compiling toml_edit v0.22.27
2026-06-20T03:13:46.9900822Z    Compiling webpki-roots v1.0.7
2026-06-20T03:13:47.0824384Z    Compiling regex-automata v0.4.14
2026-06-20T03:13:47.1190290Z    Compiling schemars_derive v1.2.1
2026-06-20T03:13:47.3663233Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-20T03:13:47.4170671Z    Compiling darling_core v0.23.0
2026-06-20T03:13:47.4868027Z    Compiling serde_bytes v0.11.19
2026-06-20T03:13:47.6041987Z    Compiling hmac v0.12.1
2026-06-20T03:13:47.7471719Z    Compiling seize v0.5.1
2026-06-20T03:13:47.7645546Z    Compiling iroh v0.98.2
2026-06-20T03:13:47.8730490Z    Compiling strum v0.28.0
2026-06-20T03:13:47.9780927Z    Compiling iroh-dns v0.98.0
2026-06-20T03:13:48.0230474Z    Compiling rustix v0.38.44
2026-06-20T03:13:48.0977329Z    Compiling bitflags v1.3.2
2026-06-20T03:13:48.1780561Z    Compiling dyn-clone v1.0.20
2026-06-20T03:13:48.1944395Z    Compiling pin-utils v0.1.0
2026-06-20T03:13:48.2570130Z    Compiling cmov v0.5.4
2026-06-20T03:13:48.3240519Z    Compiling utf8parse v0.2.2
2026-06-20T03:13:48.3640709Z    Compiling nix v0.25.1
2026-06-20T03:13:48.4330843Z    Compiling anstyle-parse v1.0.0
2026-06-20T03:13:48.4570423Z    Compiling filedescriptor v0.8.3
2026-06-20T03:13:48.4856942Z    Compiling papaya v0.2.4
2026-06-20T03:13:48.5280494Z    Compiling hkdf v0.12.4
2026-06-20T03:13:48.5775883Z    Compiling ctutils v0.4.2
2026-06-20T03:13:48.6290619Z    Compiling backon v1.6.0
2026-06-20T03:13:48.7401503Z    Compiling serial v0.4.0
2026-06-20T03:13:48.8250606Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-20T03:13:48.8650550Z    Compiling is_terminal_polyfill v1.70.2
2026-06-20T03:13:48.9027771Z    Compiling anstyle-query v1.1.5
2026-06-20T03:13:48.9638922Z    Compiling anstyle v1.0.14
2026-06-20T03:13:49.0370333Z    Compiling foldhash v0.1.5
2026-06-20T03:13:49.0630840Z    Compiling downcast-rs v1.2.1
2026-06-20T03:13:49.0680774Z    Compiling colorchoice v1.0.5
2026-06-20T03:13:49.1260734Z    Compiling shell-words v1.1.1
2026-06-20T03:13:49.1388420Z    Compiling instability v0.3.12
2026-06-20T03:13:49.1798679Z    Compiling linux-raw-sys v0.4.15
2026-06-20T03:13:49.1971036Z    Compiling hashbrown v0.15.5
2026-06-20T03:13:49.2090790Z    Compiling schemars v1.2.1
2026-06-20T03:13:49.2580911Z    Compiling anstream v1.0.0
2026-06-20T03:13:49.3340967Z    Compiling signal-hook-mio v0.2.5
2026-06-20T03:13:49.3530781Z    Compiling spake2 v0.4.0
2026-06-20T03:13:49.4326310Z    Compiling toml v0.8.23
2026-06-20T03:13:49.7125204Z    Compiling terminal_size v0.4.4
2026-06-20T03:13:49.7290695Z    Compiling strum_macros v0.26.4
2026-06-20T03:13:49.8593297Z    Compiling regex v1.12.3
2026-06-20T03:13:50.0290686Z    Compiling sha1 v0.10.6
2026-06-20T03:13:50.2760990Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-20T03:13:50.5060580Z    Compiling itertools v0.13.0
2026-06-20T03:13:50.6382051Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-20T03:13:50.8638107Z    Compiling castaway v0.2.4
2026-06-20T03:13:50.9758755Z    Compiling clap_lex v1.1.0
2026-06-20T03:13:51.0060746Z    Compiling darling_macro v0.23.0
2026-06-20T03:13:51.1310378Z    Compiling static_assertions v1.1.0
2026-06-20T03:13:51.2022646Z    Compiling doctest-file v1.1.1
2026-06-20T03:13:51.2096135Z    Compiling unicode-width v0.1.14
2026-06-20T03:13:51.3877901Z    Compiling darling v0.23.0
2026-06-20T03:13:51.4710242Z    Compiling indoc v2.0.7
2026-06-20T03:13:51.5220482Z    Compiling compact_str v0.8.2
2026-06-20T03:13:51.6830578Z    Compiling hyper v1.10.1
2026-06-20T03:13:51.6900308Z    Compiling interprocess v2.4.2
2026-06-20T03:13:51.7960565Z    Compiling clap_builder v4.6.0
2026-06-20T03:13:51.8521199Z    Compiling crossterm v0.28.1
2026-06-20T03:13:52.2963992Z    Compiling strum v0.26.3
2026-06-20T03:13:52.4100996Z    Compiling portable-pty v0.8.1
2026-06-20T03:13:52.4250654Z    Compiling unicode-truncate v1.1.0
2026-06-20T03:13:52.4782662Z    Compiling lru v0.12.5
2026-06-20T03:13:52.4991825Z    Compiling clap_derive v4.6.1
2026-06-20T03:13:52.5149699Z    Compiling unicode-width v0.2.0
2026-06-20T03:13:52.6002479Z    Compiling cassowary v0.3.0
2026-06-20T03:13:52.6350643Z    Compiling iana-time-zone v0.1.65
2026-06-20T03:13:52.6490865Z    Compiling nucleo-matcher v0.3.1
2026-06-20T03:13:52.7940624Z    Compiling qrcode v0.14.1
2026-06-20T03:13:52.8740172Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-20T03:13:52.9940701Z    Compiling ratatui v0.29.0
2026-06-20T03:13:53.5440659Z    Compiling hyper-util v0.1.20
2026-06-20T03:13:53.6440545Z    Compiling chrono v0.4.45
2026-06-20T03:13:53.6710684Z    Compiling tempfile v3.27.0
2026-06-20T03:13:53.7050821Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-20T03:13:54.7700646Z    Compiling clap v4.6.1
2026-06-20T03:13:55.5091957Z    Compiling igd-next v0.17.1
2026-06-20T03:13:56.6751941Z    Compiling portmapper v0.16.0
2026-06-20T03:14:01.1991434Z    Compiling rustls-webpki v0.103.13
2026-06-20T03:14:03.5114692Z    Compiling tokio-rustls v0.26.4
2026-06-20T03:14:03.5115170Z    Compiling rustls-platform-verifier v0.7.0
2026-06-20T03:14:03.5115569Z    Compiling noq-proto v0.17.0
2026-06-20T03:14:03.6503210Z    Compiling hyper-rustls v0.27.9
2026-06-20T03:14:03.6503791Z    Compiling hickory-net v0.26.0-beta.4
2026-06-20T03:14:03.6504578Z    Compiling tokio-websockets v0.13.2
2026-06-20T03:14:03.7699914Z    Compiling reqwest v0.13.4
2026-06-20T03:14:04.6638644Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-20T03:14:18.3243914Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-20T03:14:19.6908801Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-20T03:14:26.9129712Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-20T03:14:30.5170291Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 01s
2026-06-20T03:14:30.5394446Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-20T03:14:30.5407447Z 
2026-06-20T03:14:30.5407856Z running 1 test
2026-06-20T03:14:36.6246139Z test new_brain_serves_against_old_broker ... ok
2026-06-20T03:14:36.6247635Z 
2026-06-20T03:14:36.6248360Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.08s
2026-06-20T03:14:36.6248750Z 
